home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / ABUSESRC.ZIP / AbuseSrc / imlib / include / gifdecod.hpp < prev    next >
C/C++ Source or Header  |  1996-04-11  |  158b  |  9 lines

  1. #ifndef __GIFDECOD__
  2. #define __GIFDECOD__
  3. #include "std.h"
  4. #include "image.hpp"
  5. #include <stdio.h>
  6. WORD decode_gif_data(image *im, FILE *fp);
  7. #endif
  8.  
  9.